Skip to main content

DescribeSuspTrendStatistics

Description

get the statistical chart information of the number of detected host abnormal events, that is, the number of detected abnormal events of each type per day.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeSuspTrendStatistics

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
StartTimeintegerno demo valuecount the start time.
SuspiciousItemslistno demo valuestatistics on the number of abnormal events of each type.
Intervalintegerno demo valueStatistical time interval.

Example

Successful Response example

{
"RequestId":"no demo value",
"StartTime":"no demo value",
"SuspiciousItems":"no demo value",
"Interval":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}